home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7233 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  768 b 

  1. From: Dynamic_Don@msn.com (Don Pearson)
  2. Subject: EasyWin target for MS Visual C++???
  3. Date: 22 Feb 96 04:48:34 -0800
  4. Message-ID: <00001a81+0000a5bd@msn.com>
  5. Path: news.msn.com!msn.com
  6. Newsgroups: comp.lang.c++
  7. Organization: The Microsoft Network (msn.com)
  8.  
  9. I have several bench programs (without GUIs) written in Borland C++ 
  10. that have a DOS-like driver.  Data is hardwired into the main routine 
  11. (void Main() ) and then classes are excercised to validate their 
  12. coding.  Output is written to a file.  Later on, I write the GUIs to 
  13. interface with these validated classes.
  14.  
  15. I am thinking about switching over to MS Visual C++ and wonder if 
  16. there is a similar capability for EasyWin like coding.  Most book's 
  17. I've scanned don't seem to discuss this type of target.  
  18.  
  19.